Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LSP4Jakarta: Reduce code duplication. Use getSimpleName() utility method for computing short names. #1141

Merged
merged 6 commits into from
Dec 4, 2024

Conversation

mrglavas
Copy link
Contributor

@mrglavas mrglavas commented Dec 2, 2024

Resolves #1095

Eliminates a direct dependency on the diagnostic collectors from the quick fix classes.
Use the getSimpleName() utility method.
Use the getSimpleName() utility method for obtaining the short name.
Copy link
Contributor

@anusreelakshmi934 anusreelakshmi934 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

Copy link
Member

@turkeylurkey turkeylurkey left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I really wish we could get these is lsp4jakarta too.

@mrglavas mrglavas merged commit aaf1ff9 into OpenLiberty:main Dec 4, 2024
2 of 3 checks passed
@mrglavas
Copy link
Contributor Author

mrglavas commented Dec 4, 2024

I really wish we could get these is lsp4jakarta too.

I did open an issue in LSP4Jakarta that's linked back to the epic. Hopefully all the breadcrumbs are there to synch up the code later.

@mrglavas mrglavas deleted the 1095#short-name-cleanup branch December 4, 2024 00:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

LSP4Jakarta: Reduce the Code Duplication in Short names for Quick fixes
3 participants